﻿/* swagger ui customization */
  body.swagger-section #header {
  background-color: #E18623;
}
body.swagger-section #logo {
  background-image: url('/Content/avinet_logo_small.jpg') !important;
}
body.swagger-section #api_selector {
  display: none !important;
}
body.swagger-section #headerText{
    margin-left: 120px;
}
body.swagger-section #swagger-ui-container{
    max-width: 90% !important;
}
body.swagger-section .body-textarea{
    width: 100% !important;
    height: 250px !important;
}
body.swagger-section .description{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
body.swagger-section .snippet{
    min-width: 350px;
}
body.swagger-section .json{
    white-space: pre-line;
}